Returns the name set for the playback session sent to the QA Wizard Pro Server.
To set the session name, use the SetPlaybackSessionName statement. You can also enter session names before playback starts if prompting for session names is enabled in the QA Wizard Pro Server options. See Setting server connection options.
Syntax
GetPlaybackSessionName()
Return value
| Value | Description |
|---|---|
| Value | Playback session name. |
Example
sessionName = GetPlaybackSessionName()
PrintLn("Playback session: " + sessionName)